Get some US Census data

Download US Census data on natural resource dependent jobs (total # and median income) and summarize across NEP boundaries:

## Reading layer `NEP_Boundaries10162018' from data source `D:\rprojects\anep_bea_stats\data-raw' using driver `ESRI Shapefile'
## Simple feature collection with 28 features and 8 fields
## geometry type:  MULTIPOLYGON
## dimension:      XY
## bbox:           xmin: -124.7411 ymin: 18.31383 xmax: -65.87813 ymax: 48.99944
## epsg (SRID):    4269
## proj4string:    +proj=longlat +datum=NAD83 +no_defs
## Getting data from the 2013-2017 5-year ACS
## Getting data from the 2013-2017 5-year ACS
## although coordinates are longitude/latitude, st_intersects assumes that they are planar
## although coordinates are longitude/latitude, st_intersects assumes that they are planar
## although coordinates are longitude/latitude, st_intersects assumes that they are planar
## dist is assumed to be in decimal degrees (arc_degrees).
## although coordinates are longitude/latitude, st_intersects assumes that they are planar
## dist is assumed to be in decimal degrees (arc_degrees).

Plot US Census data by NEP Project Areas

Plot US Census natural resource dependent jobs data within the NEP boundaries:

Plot US Census natural resource dependent jobs, median income data within the NEP boundaries:

Get some US BEA data

Work in progress …